home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-20 | 626 b | 32 lines | [TEXT/MPS ] |
- #
- # This makefile builds:
- # The sample application: Shell
- #
- # File: Shell.make
- # Target: c.shell
- # Sources: Shell.c
- # Shell.r
- #
- # Copyright Apple Computer, Inc. 1988-1990
- # All rights reserved.
- #
-
- Shell ƒƒ Shell.make ∂
- Shell.dfork ∂
- Shell.rfork
- DuplicateIIgs -y -mac c.shell :
-
- Shell.c.obj ƒ Shell.make Shell.c
- CIIgs Shell.c
-
- Shell.dfork ƒ Shell.make Shell.c.obj
- LinkIIGS -t S16 "{ciigslibraries}"Start.obj ∂
- Shell.c.obj ∂
- -lib "{ciigslibraries}"Clib ∂
- -o Shell.dfork
- Duplicate -d -y Shell.dfork c.shell
-
- Shell.rfork ƒ Shell.make Shell.r
- RezIIgs Shell.r -o Shell.rfork
- Duplicate -r -y Shell.rfork c.shell
-